From: Kim F. Storm Date: Thu, 14 Nov 2002 11:44:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29750 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=16c4d4b146ecfbe9851eec6ba7458b923c9734c9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7803d4f6ae4..8691efeb0c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-11-14 Kim F. Storm + + * files.el (mode-name): Mark it as risky-local-variable like the + other mode-line elements (moved from bindings.el). + + * bindings.el (mode-name): Moved mark as risky-local-variable to + files.el. + 2002-11-14 Juanma Barranquero * gud.el: Fix feature name in `provide'. diff --git a/src/ChangeLog b/src/ChangeLog index d976687ad40..0086413e453 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-11-14 Kim F. Storm + + * buffer.c (syms_of_buffer) : Document symbol + dependency on `risky-local-variable' and the :propertize form. + 2002-11-12 Stefan Monnier * syntax.c (scan_sexps_forward): Undo last patch.